home *** CD-ROM | disk | FTP | other *** search
- subtitleTextBox. setText ("")
- mainTextBox. setText ("")
-
- activeBreadboard. stampOnAndMove ( "LinearScheduler" , "unsupervisedSynapse" )
- linearScheduler. setActiveAccessPoint ( "Unsupervised Step Size" )
-
- linearScheduler. setStart ( 10 )
- linearScheduler. setStop ( 30 )
- linearScheduler. setBeta ( -0.005000 )
- linearScheduler. setMinimum ( 0.010000 )
- linearScheduler. setMaximum ( 0.100000 )
-
- activeBreadboard. stampOnAndMove ( "MatrixViewer" , "linearScheduler" )
- matrixViewer. setEnableLabels ( TRUE )
- activeBreadboard. select ( "matrixViewer" , FALSE )
- matrixViewer. setAccessRows ( TRUE )
- matrixViewer. setLabel ( "" )
- matrixViewer. setAccessRows ( FALSE )
- matrixViewer. setLabel ( "Step size" )
- matrixViewer. setLabelSize ( 5 )
- matrixViewer. setAutosizing ( TRUE )
- matrixViewer. tileWindow (2,4,3,3)
-
- activeBreadboard. select ( NULL , FALSE )
-
- NextMacroPath = macro. pathFromMacro ( "Competitive learning.nsm" )
- nextButton. setMacroPath ( NextMacroPath )
- SubtitleIndex = subtitleTextBox. setTextFromFile (TextBoxPath, SubtitleIndex)
- MainIndex = mainTextBox. setTextFromFile (TextBoxPath, MainIndex)
-